PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / setStructureElement Method
The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this formatted content object.
In This Topic
    setStructureElement Method
    In This Topic
    Sets the structure element.
    When a formatted content object has an associated structure element, the paragraphs within the formatted content should not have their own structure elements otherwise the content will be tagged incorrectly.
    Syntax
    public void setStructureElement( 
       PDFStructureElement value
    )

    Parameters

    value
    The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this formatted content object.
    See Also